import { Card, Text, useTheme } from '@aws-amplify/ui-react'; export const CardStylePropsExample = () => { const { tokens } = useTheme(); return ( Special card! ); };